home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / bowling.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(press).as
Text File  |  2002-03-17  |  225b  |  15 lines

  1. on(press){
  2.    nextFrame();
  3.    co_zamknac = "MDL_wyn";
  4.    tellTarget("/OKNO")
  5.    {
  6.       gotoAndStop("otworz");
  7.       play();
  8.    }
  9.    tellTarget("/MDL_wyn")
  10.    {
  11.       gotoAndStop("otworz");
  12.       play();
  13.    }
  14. }
  15.